home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / temacd / wikipad / WikidPad-1.9beta2.exe / {app} / WikidPadHelp / data / ChangeLog2004.wiki < prev    next >
Encoding:
Text File  |  2006-02-24  |  7.0 KB  |  161 lines

  1. ∩╗┐++ Change Log 2004
  2.  
  3. Dec. 13, 2004
  4.  
  5.     1. Added support for export:false] attribute.  Setting this attribute
  6.        to false will cause it to not be included in exports.
  7.     2. Fixed issue with international characters in [Not Camel Case] links
  8.        (thanks to Gilles Lenfant).
  9.     3. [Not Camel Case] links also now autocomplete properly.
  10.  
  11. Nov. 14, 2004
  12.  
  13.     1. Added ability to RebuildTheWiki from disk.
  14.  
  15. Oct. 11, 2004
  16.  
  17.     1. Added support for sub-tree export.
  18.     2. Exports now (attempt) to indent indented text using \<blockquote>.
  19.     3. Python runtime updated.
  20.     4. I attempted to update to the latest wxWindows and things didn't go
  21.        well. Ended up reverting back.
  22.     5. Additional minor fixes.
  23.  
  24. July 24, 2004
  25.  
  26.     1. Added child_sort_order attribute support.  A parent node can set
  27.        child_sort_order to "ascending", "descending", or "unsorted" to control
  28.        the order of the child nodes in the tree.
  29.        
  30.        [child_sort_order: unsorted]
  31.        
  32.     2. User can now place their extensions in "user_extensions" under the
  33.        wikidPad install directory.  This directory will not be touched when
  34.        upgrading wikidPad.  Copy the files in the "extensions" directory to
  35.        get started.
  36.  
  37.     3. Added URL protocol handler for wikidPad so that wiki urls will open
  38.        wikidpad. For example:
  39.        
  40.        wiki://C|/Program%20Files/WikidPad/WikidPadHelp/data/ChangeLog.wiki
  41.        
  42.        Will open up this page in a new instance of wikidPad.  This will work
  43.        outside of wikidPad as well, from Internet Explorer for example.  The
  44.        easiest way to create a link to another wiki from within a wiki page
  45.        is to just drag and drop the .wiki file onto the text editor.
  46.        
  47.     4. Fixed some issues with the html export.  Specifically bulleted list
  48.        problems.  Also, ignore blocks << >> weren't exported properly.
  49.  
  50. July 6, 2004
  51.  
  52.     1. If wikidPad is closed when minimized don't remember the minimized sizes.
  53.     2. Highlighted text is only evaluated when Ctrl-E is pressed now, not Ctrl-1-6.
  54.        This lets me implement this example InlinePythonEval#encodeSelection.
  55.  
  56. May. 31, 2004
  57.  
  58.     1. Fixed a bug with todo lists under Views. Actual todo list items weren't
  59.        displayed, only the todo list categories were.
  60.     2. Added support passing the wiki word to open on the command line.
  61.         wikidpad.exe wikiroot.wiki wikiword        
  62.        You can also pass in the name of a wiki word file and wikidpad will
  63.        open the wiki for that word and then open the word.
  64.         wikidpad.exe path_to_wiki_word_file.wiki
  65.        This also means that you can now double click on a wiki word file
  66.        and wikidpad will open the wiki for the word, and then open the word.
  67.  
  68. May. 23, 2004
  69.  
  70.     1. Aliases now work with words [That Arent Wiki Words].
  71.     2. Aliases are now properly formatted in the tree control.
  72.     3. More bug fixes.
  73.  
  74. Apr. 11, 2004
  75.  
  76.     1. Fixed some bugs with the links [That Arent Wiki Words].
  77.     2. Fixed the default title for WIKIDPADWords have multiple capital letters in
  78.        the beginning.
  79.     3. Added ability to DisableCamelCaseWords.
  80.     4. Added a menu item to disable or enable indentation guides.
  81.     5. Added support for executing a search as part of a link. 
  82.         Example: This link WikiDocumentAttributes#priority
  83.        will take you to WikiDocumentAttributes and search for the word priority.
  84.  
  85. Mar. 09, 2004
  86.  
  87.     1. Added support for WIKIDPADWords that have multiple capital letters in
  88.        the beginning followed by lower case letters.
  89.     2. Added support for links [That Arent Wiki Words]
  90.     3. Moved the code triggered by Ctrl-B, Ctrl-I and Ctrl-Alt-H into
  91.        keybindings.py.  Now if you change the regex for bold or italic you
  92.        can also customize the code triggered by the keyboard command and the
  93.        menu option.
  94.     4. In some situations wikidPad might appear off screen at startup.
  95.        Added a check for this and code to reposition wikidPad back on screen.
  96.     
  97. Mar. 06, 2004
  98.  
  99.     1. urls that end in .gif, .jpg, or .png will be exported as \<IMG> tags
  100.        when exporting to HTML.
  101.     2. Tree node text is not limited to 20 characters anymore. The text used to
  102.        be chopped at 20, and ... would be appended to the end.
  103.     3. Words with nested underscores ARE_NOT_TREATED_AS_ITALICS.
  104.     4. ~TurnsOffWordLinking.  ~ will cause a word to not be treated as a
  105.        wiki word link.
  106.     5. The HTML and XML export now wrap <<>> blocks in \<pre> tags.
  107.     6. You can now have more than 1 link on a line.
  108.         http://www.google.com/ http://www.yahoo.com/
  109.     7. Added "tree_position" attribute.  Look at the bottom of this page.
  110.        You can now change the order of the tree nodes by assigning a
  111.        "tree_position" or a "priority" to a node.  This page has a
  112.        tree_position of 0, so it is at the top of the tree to the left.
  113.     8. Clicking on a todo in the "Views" node will now highlight the todo
  114.        item in the document.
  115.     9. Added support for script imports. This allows you to define a set
  116.        of scripts in a GlobalScriptLibrary and then import them.
  117.        
  118.         [import_scripts: GlobalScriptLibrary]
  119.        
  120.        Type "Ctrl-4" to execute script 4 from the library.
  121.  
  122. Feb. 22, 2004
  123.  
  124.     1. Ignore blocks << >> now suppress wiki word links, properties and
  125.        todos properly.  Script blocks with wiki words, and urls with wiki
  126.        words in them are also now suppressed.
  127.     2. Pulled the WikiSyntax regular expressions out into an extension
  128.        file.
  129.  
  130. Feb. 07, 2004
  131.  
  132.     1. Ctrl-Enter will now activate links.
  133.     2. Added option to hide tree control.
  134.     3. KeyBindings are now customizable. See ChangingKeyBindings.
  135.     4. Added support for "ftp://" urls and "https://" urls.
  136.     5. Added ability to turn off the auto-save mode. See the "Wiki" menu.
  137.     6. TodoItem markers (todo, action) are now case-sensitive to avoid marking
  138.        TodoWikiWords as todos.
  139.     7. Added ability to suppress TextFormatting. Example:
  140.             << *This should be bold* ThisShouldBeALink >>
  141.     8. Added "Insert Date" command to "Editor" menu.
  142.     9. Added support for custom InlinePythonEval functions assigned to
  143.        Ctrl-1-4. For example, type Ctrl-1 to execute the function below.
  144.        
  145.        <% 1: editor.AddText("hi") %>
  146.        
  147. Jan. 12, 2004
  148.  
  149.     1. Fixed export bug where urls in bulleted lists would include LI in
  150.        their HREF.
  151.     2. Added list of possible TreeNodeColors to help doc.
  152.     3. The mouse now changes to a hand over wiki word links.
  153.     4. Added context menu to tree control for rename/delete.
  154.     5. Added Undo/Redo buttons to Editor menu.
  155.     6. Added XML Export. Should be very simple to write stylesheets for
  156.        the exported XML to format it into anything you want. See WikiExport.
  157.     7. Added support for setting a custom wrap position, see TextFormatting.
  158.     8. Added new WikiBookmarks feature.
  159.     9. Added new WikiWords alias feature.
  160.  
  161.